ComponentOne ASP.NET MVC Controls
Constant Method

C1.Web.Mvc.Finance.Fluent Namespace > CCIBuilder<T> Class : Constant Method
The value.
Configurates C1.Web.Mvc.Finance.CCI<T>.Constant. Sets the constant value for the CCI calculation.
Syntax
'Declaration
 
Public Function Constant( _
   ByVal value As Double _
) As CCIBuilder(Of T)
public CCIBuilder<T> Constant( 
   double value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

CCIBuilder<T> Class
CCIBuilder<T> Members